home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / MQPRFSYM.H_ / mqprfsym.h
Encoding:
C/C++ Source or Header  |  2003-02-21  |  2.7 KB  |  81 lines

  1. //
  2. //  mqctrnm.h
  3. //
  4. //  Offset definition file for extensible counter objects and counters
  5. //
  6. //  These "relative" offsets must start at 0 and be multiples of 2 i.e.
  7. //  even numbers. In the Open Procedure, they will be added to the
  8. //  "First Counter" and "First Help" values for the device they belong to,
  9. //  in order to determine the absolute location of the counter and
  10. //  object names and corresponding Explain text in the registry.
  11. //
  12. //  This file is used by the extensible counter DLL code as well as the
  13. //  counter name and Explain text definition file .INI file that is used
  14. //  by LODCTR to load the names into the registry.
  15. //
  16.  
  17. #define QMOBJ                   0
  18. #define NUMSESSIONS             2
  19. #define NUMIPSESSIONS           4
  20. //#define NUMIPXSESSIONS          6      Entry was removed for msmq 3.0
  21. #define NUM_OUTGOING_HTTP_SESSIONS    6
  22. #define NUM_INCOMING_PGM_SESSIONS    8
  23. #define NUM_OUTGOING_PGM_SESSIONS    10
  24.  
  25. #define NUMINQMPACKETS          12
  26. #define TOTALINQMPACKETS       14
  27. #define NUMOUTQMPACKETS        16
  28. #define TOTALOUTQMPACKETS      18
  29. #define TOTALPACKETSINQUEUES   20
  30. #define TOTALBYTESINQUEUES     22
  31.  
  32.  
  33. #define SESSIONOBJ             24
  34. #define NUMSESSINPACKETS       26
  35. #define NUMSESSOUTPACKETS      28
  36. #define NUMSESSINBYTES         30
  37. #define NUMSESSOUTBYTES        32
  38. #define TOTALSESSINPACKETS     34
  39. #define TOTALSESSINBYTES       36
  40. #define TOTALSESSOUTPACKETS    38
  41. #define TOTALSESSOUTBYTES      40
  42.  
  43. #define QUEUEOBJ               42
  44. #define TOTALQUEUEINPACKETS    44
  45. #define TOTALQUEUEINBYTES      46
  46. #define TOTALJOURNALINPACKETS  48
  47. #define TOTALJOURNALINBYTES    50
  48.  
  49. #define DSOBJ                       52
  50. #define NUMOFSYNCREQUESTS           54
  51. #define NUMOFSYNCREPLIES            56
  52. #define NUMOFREPLREQRECV            58
  53. #define NUMOFREPLREQSENT            60
  54. #define NUMOFACCESSTOSRVR           62
  55. #define NUMOFWRITEREQSENT           64
  56. #define NUMOFERRRETURNEDTOAPP       66
  57.  
  58. #define IN_HTTP_OBJ                    68
  59. #define IN_HTTP_NUMSESSINPACKETS    70
  60. #define IN_HTTP_NUMSESSINBYTES      72
  61. #define IN_HTTP_TOTALSESSINPACKETS  74
  62. #define IN_HTTP_TOTALSESSINBYTES    76
  63.  
  64. #define OUT_HTTP_SESSION_OBJ        78
  65. #define OUT_HTTP_NUMSESSOUTPACKETS    80
  66. #define OUT_HTTP_NUMSESSOUTBYTES    82
  67. #define OUT_HTTP_TOTALSESSOUTPACKETS 84
  68. #define OUT_HTTP_TOTALSESSOUTBYTES   86
  69.  
  70. #define OUT_PGM_SESSION_OBJ            88
  71. #define OUT_PGM_NUMSESSOUTPACKETS    90
  72. #define OUT_PGM_NUMSESSOUTBYTES        92
  73. #define OUT_PGM_TOTALSESSOUTPACKETS 94
  74. #define OUT_PGM_TOTALSESSOUTBYTES   96
  75.  
  76. #define IN_PGM_SESSION_OBJ            98
  77. #define IN_PGM_NUMSESSINPACKETS     100
  78. #define IN_PGM_NUMSESSINBYTES       102
  79. #define IN_PGM_TOTALSESSINPACKETS   104
  80. #define IN_PGM_TOTALSESSINBYTES     106
  81.